home *** CD-ROM | disk | FTP | other *** search
- .K ""
- echo "This script will install CClib.library, after checking to see if"
- echo "you already have one. If so, it will check the version numbers"
- echo "of the installed one, and the one in this directory, and give"
- echo "you the option of installing the one found here."
- echo ""
-
- if not EXISTS LIBS:CClib.library
- echo "No existing library, installing LIBS:CClib.library..."
- copy CClib.library LIBS:CClib.library
- else
- echo "Examine the version numbers of each library."
- echo ""
- version LIBS:CClib.library
- version /FontConvert/CClib.library
- echo ""
- ask "Do you wish to overwrite LIBS:CClib.library?"
- if WARN
- echo "Updating LIBS:CClib.library..."
- copy CClib.library LIBS:CClib.library
- endif
- endif
-
- echo "All Done. Click close gadget to get rid of window."
- endcli
-